img.img-one {
    width: 100%;
}

li#register {
    background: #7b2379;
    border-radius: 8px;
    width: 100px;
    padding: 10px;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    font-family: "FrutigerLTStd-Bold";
}

li#register:hover {
    background: #fff;
    color: #000;
    border: 2px solid;
    transition: 0.6s;
}

li#register:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

.login {
    color: #fff;
    text-decoration: none;
}

.login:hover {
    color: #000;
}

a.email {
    color: #000 !important;
}